|
|
|
BlueCielo Meridian Asset Management Module 2013 Administrator's Guide | BlueCielo ECM Solutions |
By default, the Explorer client website opens to the Welcome page, where the user can begin browsing and searching the repository. The default URL of the site is: http://<ServerName>/ExplorerClient or http://<ServerName>/ExplorerClient/Home.aspx. Under some circumstances or for some users, you might want the website to open to a specific view with a specific document or object tag filter, optionally disable other navigation, and show the items as thumbnails. You can achieve these results by composing a URL that specifies the view to open and other parameters. You can then place the URL in a hyperlink on a different site or in a shortcut on the user's desktop.
The Explorer client URL accepts the optional parameters described in the following table.
The view and filter IDs can be found in the BlueCielo Application Manager as the names that are automatically assigned to them.
Following are some examples of using the client URL parameters.
Open the view named DOC_E915:
http://<ServerName>/ExplorerClient/Home.aspx?VIEWID=DOC_E91E5
Open the view named DOC_E915 and apply the document filter named 123456.
http://<ServerName>/ExplorerClient/Home.aspx?VIEWID=DOC_E91E5&DOCFILTER=123456
Open the view named DOC_E915 and apply the tag filter named 222222:
http://<ServerName>/ExplorerClient/Home.aspx?VIEWID=DOC_E91E5&TAGFILTER=222222
Open the view named DOC_E915, apply the document filter named 123456, and apply the tag filter named 222222:
http://<ServerName>/ExplorerClient/Home.aspx?VIEWID=DOC_E91E5&DOCFILTER=123456&TAGFILTER=222222
Open the view named DOC_E915, apply the document filter named 123456, and pass the value ABC for the filter criterion with property SITEID:
http://<ServerName>/ExplorerClient/Home.aspx?VIEWID=DOC_E91E5&DOCFILTER=123456&SITEID=ABC
Open the view named DOC_E915, apply the document filter named 123456, pass the value ABC for the filter criterion with property SITEID, hide the navigation pane, and display the results pane in thumbnail mode:
http://<ServerName>/ExplorerClient/Home.aspx?VIEWID=DOC_E91E5&DOCFILTER=123456&SITEID=ABC&NAVSTATE=HIDE&DEFVIEW=THUMBNAIL
Copyright © 2000-2013 BlueCielo ECM Solutions |